knitr::opts_chunk$set(echo = TRUE)
library(MATH4753) myncurve(mu=10,sigma=5, a=6)
MATH4753::myclt(n=1, iter=200)
MATH4753::myNRML(x0=1,delta=0.000001,llik=function(x) log(dpois(12,x)*dpois(10,x)),xrange=c(0,20),parameter="lambda" )
library(MATH4753) mysample(10000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.